home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / cont.zip / PAS.CNT < prev   
Text File  |  1992-05-12  |  2KB  |  60 lines

  1. 1|B{$IfOpt B-}{$B+}{$Define BIsMinus}{$EndIf}
  2. 2|B{$IfDef BIsMinus}{$UnDef BIsMinus}{$B-}{$EndIf}
  3.                                       *
  4.  Word Continuer, Pascal macros|A|A|A|A|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G
  5. !|!
  6. z|BReleaZing Cont ...|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|G|Z... failed|L|L|L|L|L|L|L|L|L|L|G|G|G|G|G|G|G|G|G|G
  7.                                       *
  8.        1. Conditionals
  9. if  then|L|L|L|L|L
  10. ii|Bf  then begin|C|Cend;|U|U|L
  11. iii|B|Bf  then begin|C|Cend else begin|C|Cend;|U|U|U|U|L
  12. else begin|C|Cend;|U|L|L
  13. case  of|C|Cend;|U|U|R
  14. goto ;|L
  15.        2. Cycles
  16. for := to do|L|L|L|L|L|L|L|L
  17. while  do|L|L|L
  18. repeat|C|Cuntil ;|U|L|L|L|L|L
  19. until ;|L
  20. downto|
  21.        3. Declarations
  22. string|A|GS|E
  23. pointer|A|GP|E
  24. boolean|A|GB|E
  25. longInt|A|GL|E
  26. integer|A|GI|E
  27. char|A|GC|E
  28. byte|A|GB|E
  29. word|A|GW|E
  30. file|A|GF|E of ;|L
  31. record|C|Cend;|L|L|U
  32. array|A|GA|E [..] of ;|L|L|L|L|L|L|L|L
  33. set|A|GS|E of ;|L
  34. absolute|
  35. packed|
  36.        4. Program Blocks
  37. function  () : ;|L|L|L|L|L|L|L
  38. procedure  ();|L|L|L|L
  39. interrupt;
  40. inline
  41. implementation
  42. interface
  43. program ;|L
  44.        5.Common Staff
  45. begin
  46. bb|Begin|C|Cend;|A|U |
  47. with  do|L|L|L
  48. ww|Bith  do begin|C|Cend;|U|U|R
  49. ff|B|B:= False;
  50. tt|B|B:= True;
  51.        6. Object-Oriented
  52. object|A|GO|E
  53. destructor
  54. virtual
  55.        7. Conditional Compilation
  56. {$IfDef}|C{$Else}|C{$EndIf}
  57.        8. Do It Yourself
  58. x|Bdo it yourself, please|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|GD|R|R|GI|R|R|GY|R|R|R|R|R|R|R|R|R|GP|E
  59. xx|B|Bdo it yourself, please|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|L|LD|R|RI|R|RY|R|R|R|R|R|R|R|R|RP|E
  60.